Compatilhamento do WIN98 no Linux fstab //192.168.1.100/nome_compartilhameno/ /mnt/onde_montar cifs rw,pass=0,user 0 0 No Slax use mount.cifs //tcp-name or ip-adress If you are mounting using CIFS then the magic that works for Win98 is mount -t cifs //tcp-name/share /mnt/point -o user=username,servern=NETBIOSNAME,sec=lanman tcp-name _must_ be the ip address (like 192.168.x.x) of the Win98 machine. share is the share name on the Win98 machine. /mnt/point is the mount point in the Linux system. username is an authorised user. NETBIOSNAME _must_ be capitalised, and is the NETBIOS name of the Win98 machine. sec=lanman in the mount options allows the client to send weaker lanman hashes to the server. Older servers such as Windows 98 require this. No clonezilla Compatilhamento SMBFS Adicionar na Linha de Username "username,servern=NETBIOSNAME,sec=lanman"